ComponentOne Xamarin Edition
FilterAsync Method (C1WrapCollectionView<S,T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : FilterAsync Method
The filter expression applied to the data.
Filters the data using specified filter expression.
Syntax
[AsyncStateMachine(C1.CollectionView.C1WrapCollectionView`2+d__48[S,T])] 
public virtual Task FilterAsync( 
   FilterExpression filterExpression 
)

Parameters

filterExpression
The filter expression applied to the data.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members